home *** CD-ROM | disk | FTP | other *** search
- object FormIcoOpt: TFormIcoOpt
- Left = 215
- Top = 188
- BorderStyle = bsDialog
- Caption = 'Icon'
- ClientHeight = 106
- ClientWidth = 191
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 173
- Height = 49
- Shape = bsFrame
- end
- object Button1: TButton
- Left = 20
- Top = 67
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 101
- Top = 67
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object CheckAlpha: TCheckBox
- Left = 20
- Top = 24
- Width = 149
- Height = 17
- Caption = 'With alpha channel'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
-